home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Demos / ByCompany / TipTop_Software / TipTop / Supplement / src / tlog / tlog.h < prev    next >
Text File  |  1994-05-08  |  433b  |  12 lines

  1. /* $Id$ */
  2. @protocol TLoggerProtocol
  3. -(int)login:(const char *)pty ownerships:(int)ownership
  4.        utmp:(int)utmp wtmp:(int)wtmp lastlog:(int)lastlog;
  5. -(int)login:(const char *)pty ownerships:(int)ownership utmp:(int)utmp;
  6. -(int)logout:(const char *)pty ownerships:(int)ownership
  7.     utmp:(int)utmp wtmp:(int)wtmp lastlog:(int)lastlog;
  8. -(int)logout:(const char *)pty ownerships:(int)ownership utmp:(int)utmp;
  9. -(oneway void)exit;
  10. @end
  11.  
  12.